The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "net::ldap::server::test"

Net::LDAP::Server::Test - test Net::LDAP code River stage one • 4 direct dependents • 6 total dependents

Now you can test your Net::LDAP code without having a real LDAP server available....

KARMAN/Net-LDAP-Server-Test-0.22 - 10 Dec 2016 18:07:45 UTC - Search in distribution

Net::LDAPxs - XS version of Net::LDAP River stage zero No dependents

Net::LDAPxs is using XS code to glue LDAP C API Perl code. The purpose of developing this module is to thoroughly improve the performance of Net::LDAP. According to the simple test using Devel::NYTProf, it can enhance the performance by nearly 30 tim...

PANYU/Net-LDAPxs-1.31 - 03 Sep 2010 06:04:43 UTC - Search in distribution

PixieLdap - Perl extension for simple ldap functions using Net::LDAP and Net::LDAPS River stage zero No dependents

Exports routines to make the use of Net::LDAP and NET::LDAPS easier for certain repeated functions using a common configuration file to source the connection details from. It requires a config file in yml format an example is below. --- server: ldap....

PIXIE/PixieLdap-0.01 - 01 Feb 2010 13:30:54 UTC - Search in distribution

Wizard::LDAP - Administration interface for your LDAP server River stage zero No dependents

This is a package for administration of an LDAP server. It allows to feed users, hosts and networks into the server....

JWIED/Wizard-LDAP-0.1008 - 19 Dec 1999 23:05:25 UTC - Search in distribution
  • Wizard::LDAP - Administration interface for your LDAP server

Net::LDAP::FAQ - Frequently Asked Questions about Net::LDAP River stage two • 71 direct dependents • 82 total dependents

This document serves to answer the most frequently asked questions on both the perl-ldap Mailing List and those sent to Graham Barr. The latest version of this FAQ can be found at http://ldap.perl.org/FAQ.html...

MARSCHAP/perl-ldap-0.68 - 03 Jan 2021 17:37:50 UTC - Search in distribution

Net::DSML - A perl module that supplies methods for connecting to a LDAP Directory Services Markup Language (DSML) server. River stage zero No dependents

Net::DSML is a collection of three modules that implements a LDAP DSML API for Perl programs. The module may be used to search for and modify a LDAP directory entry. This document assumes that the reader has some knowledge of the LDAP and DSML protoc...

CHARDEN/Net-DSML-0.003 - 09 Sep 2007 21:38:13 UTC - Search in distribution

Quiq - Class library for rapid development River stage zero No dependents

Diese Klassenbibliothek enthält anwendungsunabhängige Klassen, die ich in Projekten nutze. Die Klassen sind nach einheitlichen Prinzipien konzipiert. Die Bibliothek befindet sich unter kontinuierlicher Weiterentwicklung. POD ERRORS Hey! The above doc...

FSEITZ/Quiq-1.215 - 28 Mar 2024 21:53:27 UTC - Search in distribution

Net::LDAPapi - Perl5 Module Supporting LDAP API River stage one • 1 direct dependent • 1 total dependent

This module allows Perl programmers to access and manipulate an LDAP based Directory. Versions beginning with 1.40 support both the original "C API" and new "Perl OO" style interface methods. With version 1.42, I've added named arguments....

MISHIKAL/Net-LDAPapi-3.0.7 - 10 Oct 2019 17:14:35 UTC - Search in distribution

Embperl - Building dynamic Websites with Perl River stage one • 3 direct dependents • 3 total dependents

Embperl is a framework for building websites with Perl. For the beginner it's any easy to setup and use way of embedding Perl code in HTML pages. It delivers several features that ease the task of creating a websites, including dynamic tables, formfi...

GRICHTER/Embperl-3.0.0 - 24 Nov 2023 21:23:02 UTC - Search in distribution

DBD::LDAP - Provides an SQL/Perl DBI interface to LDAP River stage zero No dependents

LDAP stands for the "Lightweight Directory Access Protocol". For more information, see: http://www.ogre.com/ldap/docs.html DBD::LDAP is a DBI extension module adding an SQL database interface to standard LDAP databases to Perl's database-independent ...

TURNERJW/DBD-LDAP-1.00 - 04 Feb 2019 17:29:33 UTC - Search in distribution

SPOPS::LDAP - Implement object persistence in an LDAP datastore River stage one • 2 direct dependents • 2 total dependents

This class implements object persistence in an LDAP datastore. It is similar to SPOPS::DBI but with some important differences -- LDAP gurus can certainly find more: * LDAP supports multiple-valued properties. * Rather than tables, LDAP supports a hi...

CWINTERS/SPOPS-0.87 - 02 Jun 2004 01:03:25 UTC - Search in distribution

DBIx::Web - Active Web Database Layer River stage zero No dependents

This is a database layer for Perl scripts, implementing triggers, record versioning, access control at the record level, file attachments to records, materialised views. There is a web user interface also. Based on DBI and DB_File data engines. Based...

MAKAROW/DBIx-Web-0.80 - 30 Oct 2013 17:22:21 UTC - Search in distribution

Net::SMPP - pure Perl implementation of SMPP 3.4 over TCP River stage one • 2 direct dependents • 2 total dependents

Implements Short Message Peer to Peer protocol, which is frequently used to pass short messages between mobile operators implementing short message service (SMS). This is applicable to both european GSM and american CDMA/TDMA systems. This documentat...

SAMPO/Net-SMPP-1.19 - 01 Jun 2011 20:52:56 UTC - Search in distribution

Mail::SpamAssassin - Spam detector and markup engine River stage two • 13 direct dependents • 18 total dependents

Mail::SpamAssassin is a module to identify spam using several methods including text analysis, internet-based realtime blocklists, statistical analysis, and internet-based hashing algorithms. Using its rule base, it uses a wide range of heuristic tes...

SIDNEY/Mail-SpamAssassin-4.0.1 - 29 Mar 2024 12:07:52 UTC - Search in distribution

Net::LDAP::SPNEGO - Net::LDAP support for NTLM/SPNEGO authentication River stage one • 1 direct dependent • 1 total dependent

"Net::LDAP::SPNEGO" provides the essential building blocks to implement NTLM SSO from Windows clients to webservers. Its purpose is to proxy NTLM tokens from the webbrowser to an active directory server using the SPNEGO protocol. The dialog between b...

OETIKER/Net-LDAP-SPNEGO-0.1.7 - 11 Mar 2020 18:23:15 UTC - Search in distribution

Catalyst::Manual::Intro - Introduction to Catalyst River stage two • 2 direct dependents • 11 total dependents

This is a brief introduction to Catalyst. It explains the most important features of how Catalyst works and shows how to get a simple application up and running quickly. For an introduction (without code) to Catalyst itself, and why you should be usi...

ETHER/Catalyst-Manual-5.9013 - 22 Mar 2024 21:01:26 UTC - Search in distribution

VMware::API::LabManager - The VMware LabManager API River stage zero No dependents

This module provides a Perl interface to VMware's Labmanager SOAP interface. It has a one-to-one mapping for most of the commands exposed in the external API as well as a many commands exposed in the internal API. Using this module you can checkout, ...

BENNIE/VMware-API-LabManager-2.12 - 18 Sep 2023 19:12:03 UTC - Search in distribution

Task::POE::All - All of POE on CPAN River stage zero No dependents

This task contains all distributions under the POE namespace....

APOCAL/Task-POE-All-1.102 - 09 Nov 2014 11:07:41 UTC - Search in distribution

Apache2::SSI - Apache2 Server Side Include River stage zero No dependents

Apache2::SSI implements Apache Server Side Include <https://httpd.apache.org/docs/current/en/howto/ssi.html>, a.k.a. SSI, within and outside of Apache2/mod_perl2 framework. Apache2::SSI is inspired from the original work of Apache::SSI with the main ...

JDEGUEST/Apache2-SSI-v0.2.8 - 11 Oct 2023 07:32:30 UTC - Search in distribution

Bundle::OpenXPKI - A bundle to install modules required for OpenXPKI River stage zero No dependents

This bundle helps with the installation of modules required for OpenXPKI. OpenXPKI is an open source trust center software which aims to create an enterprise-scale PKI solution. For more information see http://www.openxpki.org...

ALECH/Bundle-OpenXPKI-0.06 - 21 Nov 2008 16:12:39 UTC - Search in distribution
41 results (0.115 seconds)